home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Games / Pentominoes 2.0 / Shell ƒ / about.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-15  |  680 b   |  24 lines  |  [TEXT/MMCC]

  1. #ifndef __MY_ABOUT_WINDOW_H__
  2. #define __MY_ABOUT_WINDOW_H__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. extern    void SetupTheAboutWindow(WindowRef theWindow);
  9. extern    void IdleInTheAboutWindow(WindowRef theWindow);
  10. extern    void ShutDownTheAboutWindow(void);
  11. extern    void OpenTheAboutWindow(WindowRef theWindow);
  12. extern    void DisposeTheAboutWindow(void);
  13. extern    void ChangeDepthTheAboutWindow(void);
  14. extern    void DrawTheAboutWindow(WindowRef theWindow);
  15. extern    void CopybitsTheAboutWindow(WindowRef theWindow, WindowRef offscreenWindowRef);
  16. extern    void KeyDownInAboutWindow(WindowRef theWindow);
  17. extern    void MouseDownInAboutWindow(WindowRef theWindow);
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.  
  23. #endif
  24.